home *** CD-ROM | disk | FTP | other *** search
/ Hacker's Arsenal - The Cutting Edge of Hacking / Hacker's Arsenal - The Cutting Edge of Hacking.iso / texts / netware1.txt < prev    next >
Text File  |  2001-07-11  |  6KB  |  145 lines

  1. Copyright 1997, Michael Thompson, all rights reserved.
  2. ------------------------------------------------------
  3.  
  4. The First part of StuBoy's Netware hacking tips... compliments of StuBoy
  5. -----------------------------------------------------------------------
  6.  
  7. These are not really hacking tips, but, more of a command guide useful
  8. for whatever.  (he he he)
  9.  
  10. This explains about the rights of Novell Netware 3.12
  11. The rest of the parts will need the preknowldge of the rights of Novell.
  12. These are mostly harmless and can be played around with, 
  13. **** with the exception of the EXUCUTE ONLY attrib. ******
  14.  
  15. Rights explained- (My short summary)- In netware users have set rights 
  16. attached to their login scripts of where they can go, what they can view,
  17. and what they can do.  The way rights work is like this....
  18.  
  19.             A DIRECTORY TREE
  20.  
  21.              root           (the root dir)
  22.                |
  23.             |-------------|     
  24.         courses        public   (courses and public are sub dirs
  25.            |              |         of root)
  26.          |----------|     |---------|
  27.       students   admin   dos       win  (sub dirs of COURSES and PUBLIC)
  28.  
  29. :if you have any rights to courses then you have the same rights to the sub
  30.    dirs and their sub dirs and...  *Unless the sysop changes the IRM (below)
  31.  
  32. *file rights work on a one file basis.
  33. ---------------------------------------
  34.  
  35. *purging- this command is used through out- (summary)- When files are 
  36.    deleted in NetWare, NetWare saves them in salvagable state until disk 
  37.    space is needed, then it just writes over them.  There is a NetWare 
  38.    utility called SALVAGE which allows a user to "undelete" files that have 
  39.    not been purged.  Purging (explain in part two) clears these files from
  40.    the server so they may not be SALVAGED.
  41.  
  42. *The commands to add and modify Netware rights/file attribs/dir attribs are 
  43. NOT dos functions. They will be explained in part two.
  44.  
  45. ---- All right abbrevs are in the same case as seen in NetWare.
  46.  
  47. 1:Trustee Rights (user rights)
  48. Name            Abbreviation    Explanation
  49. ----            ------------    -----------
  50.  
  51. -Read           R               dir-open/read files in dir
  52.                 file-open/read file
  53.  
  54. -Write          W               dir-open/write to files in dir
  55.                 file-open/write file
  56.  
  57. -Create         C               dir-create subdirs, files,and write to files
  58.                 file-allows salvage (see salvage in work
  59.                     station utils-part two)
  60.  
  61. -Erase          E               dir-del dir,files, and sub dirs
  62.                 file-del file
  63.  
  64. -Modify         M               dir-change name/attrib of dirs/sub dirs
  65.                    and file attribs
  66.  
  67. -File Scan      F               dir-view file names and sub dirs
  68.                 file-view file name
  69.  
  70. -Access Control A               dir-change dir IRM and trustee assignments
  71.                 file-change file IRM and trustee assignments
  72.                    (see IRM below)
  73.  
  74. -Supervisory    S               dir-all rights to files and sub dirs
  75.                 file-all rights to file
  76.                    * supervisory rights cannot be removed *
  77.  
  78.  
  79. *** IRM- Inhetited Rights Mask- allows the sysop to block certain rights, 
  80.    of the sub dirs, from the parent dirs.  (if you have questions email me)
  81.    (this is only way I can think of the descibe this right now)
  82.  
  83. ---------------------------------------------------------------------------
  84. 2: Novell File attributes (different from DOS attribs)
  85. Name            Abbreviation    Explanation
  86. ----            ------------    -----------
  87.  
  88. -Read Only      Ro              -<duh>
  89.  
  90. -Read/Write     Rw              -<duh>
  91.  
  92. -Sharable       S               -Several users may open file at same 
  93.                    time.
  94. -Archive        A               -Assigned to files that have been changed       
  95.  needed                            since last back-up
  96.  
  97. -Exucute Only   X               -Prevents exucutables from being copied,
  98.                     changed, or deleted.
  99.                     ** assigned by supervisor only **   
  100.                     ** Once assigned cannot be removed **
  101. -Hidden         H               -hides files cannot be seen with DOS <dir>
  102.                     command; must use <NDIR>; prevents files
  103.                     from being copied/deleted.
  104.  
  105. -System         Sy              -system files; hidden, copy inhibit, and 
  106.                     delete inhibit.
  107.  
  108. -Transaction    T               -Use on database files; allows NTT system to
  109.                     to protect files from being corrupted.
  110.                     (see NTT at bottom)
  111.  
  112. -Purge          P               -Purges files as soon as the file is deleted
  113.  
  114. -Read Audit     Ra              -not used (supposedly)
  115.  
  116. -Write Audit    Wa              -not used (supposedly)
  117.  
  118. -Copy Inhibit   CI              -Prevents Mac files from being copied
  119.  
  120. -Delete Inhibit DI              -Prevents users from deleting files
  121.  
  122. -Rename Inhibint  RI            -Prevnets users from renaming files
  123.  
  124.  
  125. *NTT-NetWare's Transactional Tracking system- protects database files from 
  126.     being corrupted by such things as power loss.
  127. -------------------------------------------------------------------------
  128.  
  129. 3: NetWare Directory attribs
  130. Name            Abbreviation    Explanation
  131. ----            ------------    -----------
  132. -System         S               -Indicates sys dirs(such as dos); protects
  133.                    with H,CI(in dos), and DI attribs
  134.  
  135. -Hidden         H               -Hides dirs; has DI,CI attribs; cannot view
  136.                    with DOS's dir; use <NDIR>
  137.  
  138. -Delete Inhibit DI              -Prevents users from deleting dir
  139.  
  140. -Purge          P               -Purges files when deleted in dir
  141.  
  142. -Rename Inhibit RI              -Prevents users from renaming dir       
  143.  
  144. -Normal         N               -clears all other attibs from dir
  145.